@charset "UTF-8";
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset {
  border: none;
  font-family: "Helvetica";
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-decoration:none;
  list-style: none;
  outline: none;
}

html, body {
  height: 100%;
  width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
}
i{
  font-style: normal;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

img {
  border: none;
  vertical-align: middle;
}

ul, ol, li {
  list-style-type: none;
}

/*公共方法*/
.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.cursor {
  cursor: pointer;
}

/*背景及色值表*/
.bg000 {
  background: #000;
}

.color000 {
  color: #000;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.top {
  width: 1200px;
  margin: auto;
  color: #333333;
  font-weight: bold;
  font-size: 16x;
  height: 80px;
}

.top .topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .topNav .leftLogo {
  width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top .topNav .leftLogo img {
  width: 220px;
  height: 43px;
}

.top .topNav .rightNav {
  width: 735px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top .topNav .rightNav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .topNav .rightNav .nav li {
  height: 76px;
  text-align: center;
  margin-left: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .topNav .rightNav .nav li:first-child {
  margin-left: 0;
}

.top .topNav .rightNav .nav li a {
  display: inline-block;
  line-height: 70px;
}

.top .topNav .rightNav .nav li:hover {
  color: #543b65;
}

.top .topNav .rightNav .searchBtn {
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: block;
  margin-left: 60px;
}

.top .topNav .rightNav .menu {
  cursor: pointer;
  width: 62px;
  padding-left: 30px;
  background: url("/assets/img/menu.png") left center no-repeat;
  margin-left: 40px;
}

.bottom {
  position: relative;
  height: 335px;
  width: 100%;
  background-color: #474747;
}

.bottom .bottomMain {
  width: 1200px;
  margin: auto;
}

.bottom .bottomMain .bottomMainTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom .bottomMain .bottomMainTop dl {
  padding: 60px 0;
}

.bottom .bottomMain .bottomMainTop dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.bottom .bottomMain .bottomMainTop dl dd {
  font-size: 13px;
  margin-top: 20px;
  color: #cccccc;
}

.bottom .bottomMain .bottomMainTop dl:last-child dd:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom .bottomMain .bottomMainTop dl:last-child dd:last-child p {
  width: 33px;
  height: 33px;
  background-color: #cccccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom .bottomMain .bottomMainTop dl:last-child dd:last-child p span {
  color: #543b65;
}

.bottom .bottomMain .bottomMainTop dl:last-child dd:last-child p:last-child {
  margin-left: 10px;
}

.bottom .bootomCopyRight {
  position: absolute;
  width: 100%;
  background-color: #333333;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom .bootomCopyRight .copyRight {
  width: 1200px;
  margin: auto;
  color: #cccccc;
  padding: 10px 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

